API Endpoints
Get Agent by ID Endpoint
Retrieve agent details using the agent ID.
GET
Endpoint
GET /v3/agents/{agent_id}
Authentication
- Requires an API key (
x-api-key
) in the request headers.
Path Parameters
Parameter | Type | Description |
---|---|---|
agent_id | string | Unique identifier of the agent to retrieve. |
Request Example (cURL)
Response Example
Authorizations
Path Parameters
The ID of the agent to retrieve.
Response
200
application/json
Agent retrieved successfully
The response is of type object
.